projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
613a39b
)
(report-emacs-bug): After reinserting
author
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 06:31:31 +0000
(06:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 7 May 1998 06:31:31 +0000
(06:31 +0000)
the signature, leave point before it.
lisp/mail/emacsbug.el
patch
|
blob
|
history
diff --git
a/lisp/mail/emacsbug.el
b/lisp/mail/emacsbug.el
index d9e0742ce755eda7231ef0c6bfa8e3599ea5daf1..7773082814f0c4897b97d53cd3c9b88c3010a4ac 100644
(file)
--- a/
lisp/mail/emacsbug.el
+++ b/
lisp/mail/emacsbug.el
@@
-91,7
+91,8
@@
Prompts for bug subject. Leaves you in a mail buffer."
;; Discourage users to write non-English text.
(set-buffer-multibyte nil)
(delete-region (point) (point-max))
- (insert signature))
+ (insert signature)
+ (backward-char (length signature)))
(unless report-emacs-bug-no-explanations
;; Insert warnings for novice users.
(insert "This bug report will be sent to the Free Software Foundation,\n")